Class MigrationBuilder<TProps>
IMigrationBuilder implementation - collects migration configurations
public class MigrationBuilder<TProps> : IMigrationBuilder<TProps> where TProps : class
Inheritance
Implements
Methods
Property(string)
Select property by name (for removed fields)
public IPropertyMigrationBuilder<TProps, object> Property(string propertyName)
Property<TProp>(Expression<Func<TProps, TProp>>)
Select property for migration configuration
public IPropertyMigrationBuilder<TProps, TProp> Property<TProp>(Expression<Func<TProps, TProp>> propertySelector)